Skip to main content

Eventarc Python Samples

This directory contains python samples for Eventarc.

Samples​

Setup​

  1. Set up for Cloud Run development

  2. Install pip and virtualenv if you do not already have them.

  3. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+.

    virtualenv env
    source env/bin/activate
  4. Install the dependencies needed to run the samples.

    pip install -r requirements.txt
  5. Start the application

    python main.py